home *** CD-ROM | disk | FTP | other *** search
- REM -----------------------------------------------------------------
- REM --- FINCALC BATCH FILE TO RUN FROM SETUP.EXE
- REM -----------------------------------------------------------------
-
- REM -- Checks for fincalc directory and deletes all files before the
- REM -- the install.exe program runs. This is to eliminate unwanted
- REM -- data files for a new install.
-
- REM DISPLAY I am processing the batch file requests please wait...
-
- IF NOT-ISDIRECTORY C:\FINCALC GOTO END
- CD C:\FINCALC
- DEL F*.*
- DEL L*.*
- DEL B*.*
- DEL I*.*
- DEL M*.*
- DEL P*.*
- DEL S*.*
- DEL C*.*
- DEL H*.*
- DEL K*.*
- DEL U*.*
- DEL W*.*
-
- :END
- EXIT
-